Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi @nickjj ,
we are using flask-webpack, thanks for creating it!.
We have an entry in our webpack.config.js that points to a js file, i.e.:
which, at some point, requires some stylesheets, i.e.
The resulting build contains a js file which we include in one of our pages using
javascript_tag
and a css file which we also want to include in that page. The css file is built correctly but it does not show in the resulting manifest.json file, so we made this format. I'm pretty sure this does not need to be included in your package but I thought I would submit the PR just in case. Maybe you have a suggestion of how we could do this without the custom format.Again, thanks for this and for the awesome video you made explaining how it all fits together.